projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40e6ff9
)
(show-paren-mismatch-face): Fix face spec.
author
Andreas Schwab
<schwab@suse.de>
Sun, 1 Dec 2002 23:15:37 +0000
(23:15 +0000)
committer
Andreas Schwab
<schwab@suse.de>
Sun, 1 Dec 2002 23:15:37 +0000
(23:15 +0000)
lisp/paren.el
patch
|
blob
|
history
diff --git
a/lisp/paren.el
b/lisp/paren.el
index bb574f7aec293b9bbf6ac50d2f8c035ba3c940a3..a88c1f39857c6a562d86885c065e7e5a3e1bf714 100644
(file)
--- a/
lisp/paren.el
+++ b/
lisp/paren.el
@@
-86,7
+86,7
@@
otherwise)."
(defface show-paren-mismatch-face
'((((class color)) (:foreground "white" :background "purple"))
- (t (:
re
verse-video t)))
+ (t (:
in
verse-video t)))
"Show Paren mode face used for a mismatching paren."
:group 'faces
:group 'paren-showing)